From 4ee82e8175d1d1ed21d3ef8133f0d76267bde75c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20=C3=85dahl?= Date: Tue, 4 Aug 2020 08:21:38 +0200 Subject: [PATCH] gdk/toplevel: Fix typo in documentation --- gdk/gdktoplevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdktoplevel.c b/gdk/gdktoplevel.c index a69f13fa62..d3b1d7fad7 100644 --- a/gdk/gdktoplevel.c +++ b/gdk/gdktoplevel.c @@ -186,7 +186,7 @@ gdk_toplevel_install_properties (GObjectClass *object_class, * @layout: the #GdkToplevelLayout object used to layout * * Present @toplevel after having processed the #GdkToplevelLayout rules. - * If the toplevel was previously now showing, it will be showed, + * If the toplevel was previously not showing, it will be showed, * otherwise it will change layout according to @layout. * * Presenting may fail. -- 2.30.2